<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ABæ¨¡ç‰ˆç½‘ åšæœ€å¥½çš„ç»‡æ¢¦æ•´ç«™æ¨¡æ¿ä¸‹è½½ç½‘ç«™ */
/* æ¨¡ç‰ˆæºç&nbsp;ï¼šWww.AdminBuy.Cn */
/* ä»¿ç«™ï¼šFang.AdminBuy.Cn */
/* å›¾æ&nbsp;‡ï¼šSc.AdminBuy.Cn ä¸“ä¸šå›¾æ&nbsp;‡ç´&nbsp;æç½‘ç«™ */
/* QQï¼š9490489 */


/*ä¸»æ‰“ä¸šåŠ¡å¼€å§‹*/

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-moz-animation: anim-out .75s;
	-webkit-animation: anim-out .75s;
	animation: anim-out .75s;
	animation-iteration-count: infinite;
	animation-duration: 1.3s;
}
.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%
}
.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	-moz-animation: anim-out-pseudo .75s;
	-webkit-animation: anim-out-pseudo .75s;
	animation: anim-out-pseudo .75s;
	animation-iteration-count: infinite;
	animation-duration: 1.3s
}
@-webkit-keyframes anim-in {
0% {
width:0
}
100% {
width:100%
}
}
@-moz-keyframes anim-in {
0% {
width:0
}
100% {
width:100%
}
}
@-ms-keyframes anim-in {
0% {
width:0
}
100% {
width:100%
}
}
@keyframes anim-in {
0% {
width:0
}
100% {
width:100%
}
}
@-webkit-keyframes anim-in-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@-moz-keyframes anim-in-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@-ms-keyframes anim-in-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@keyframes anim-in-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@-webkit-keyframes anim-out {
0% {
width:0
}
100% {
width:100%
}
}
@-moz-keyframes anim-out {
0% {
width:0
}
100% {
width:100%
}
}
@-ms-keyframes anim-out {
0% {
width:0
}
100% {
width:100%
}
}
@keyframes anim-out {
0% {
width:0
}
100% {
width:100%
}
}
@-webkit-keyframes anim-out-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@-moz-keyframes anim-out-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@-ms-keyframes anim-out-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}
@keyframes anim-out-pseudo {
0% {
background:rgba(0, 0, 0, 0.25)
}
100% {
background:transparent
}
}

/*ä¸»æ‰“ä¸šåŠ¡ç»“æŸ*/
</pre></body></html>